home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / gnudiff / !Diff / !Help < prev    next >
Text File  |  1991-09-29  |  3KB  |  58 lines

  1.   Gnu Diff
  2.   ========
  3.  
  4.   Purpose: To compare two files for differences.
  5.  
  6.   Setup:
  7.  
  8.     Icon                        Action/Meaning
  9.     ----                        --------------
  10.  
  11.     Path1                       First file to be compared (old file)
  12.     Path2                       Second file to be compared (new file)
  13.  
  14.     Context                     Context style output
  15.     Unified                     Unified context output
  16.     Ifdef                       Merged output with changes marked by
  17.                                 #ifdef TAG lines (TAG from the next box)
  18.     RCS                         RCS style output
  19.     Ed script                   Editor script for changing old to new
  20.     Reverse ed                  Ed-like output, with lines in file order
  21.     Summary                     Summary output, only reporting changed files
  22.  
  23.     Report identical            Report identical files
  24.     Recursive                   Search subdirectories in directory search
  25.  
  26.     Menu                        Action/Meaning
  27.     ----                        --------------
  28.  
  29.     Expand tabs                 Expand tabs in the output
  30.     Force comparison            Compare even if files appear to be binary
  31.     Minimal changes             Guaranteed minimal set of changes (slower)
  32.     Speed up large files        Use heuristics to speed comparison
  33.     Missing file is empty       In directory searches, treat missing files
  34.                                 as empty
  35.  
  36.     File label                  Use the given labels in the context header
  37.     Lines of context            Number of lines of context to give
  38.     Context header              Write lines matching this regex as headers
  39.  
  40.     Ignore case                 Ignore differences in case
  41.     Ignore blank lines          Ignore blank lines when comparing
  42.     Ignore changes in space     Ignore changes in whitespace when comparing
  43.     Ignore all space            Ignore all whitespace when comparing
  44.     Ignore regex                Ignore lines matching the given regex
  45.  
  46.  
  47.   If the paths specified are filenames, those files are compared. If one
  48.   of the paths is a directory, it is searched for a file with the same
  49.   name as the other file. If both paths are directories, all files in the
  50.   directories are compared (matching files with the same name, and reporting
  51.   files which do not exist in both directories).
  52.  
  53.   Note: This program is a port of the Free Software Foundation's GNU Diff
  54.         program. The whole of this application comes under the conditions
  55.         specified in the GNU general public license (see file Copying in
  56.         the application directory).
  57.  
  58.